home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / srwdemo / expr2.srw < prev    next >
Encoding:
INI File  |  1996-09-15  |  1.4 KB  |  39 lines

  1. [SHAZAM REPORT WIZARD]
  2. FileVersion=1.0
  3. SrwVersion=1.00.08
  4. [SETTINGS]
  5. Distinct=N
  6. Title=Comparison of Part Cost vs. Actual Amount Paid
  7. SubTitle=
  8. Footer=Shazam Report Wizard EXPR2.SRW Example
  9. FontTitle=20\Arial Narrow\4
  10. FontSubTitle=12\Arial Narrow\1
  11. FontFooter=10\Arial Narrow\1
  12. FontPageDate=10\System\1
  13. FontHeading=10\System\1
  14. FontBody=10\Times New Roman\1
  15. FontTotals=10\System\1
  16. PageOrient=P
  17. PageTop=0.30
  18. PageBottom=0.30
  19. PageLeft=0.30
  20. PageRight=0.30
  21. ColumnCount=31
  22. [TABLES]
  23. :DBDEMOS:CUSTOMER.DB~CUSTOMER
  24. :DBDEMOS:ORDERS.DB~ORDERS
  25. :DBDEMOS:ITEMS.DB~ITEMS
  26. :DBDEMOS:PARTS.DB~PARTS
  27. [FILTERS]
  28. Company~CUSTOMER~Company~Show~None~~~ ~ ~ ~ ~:DBDEMOS:CUSTOMER.DB~1~20~~~ ~ ~ ~Left~None~
  29. Sold~ORDERS~SaleDate~Show~None~Between  '1/1/94' AND '12/31/94'~~ ~ ~ ~ ~:DBDEMOS:ORDERS.DB~11~10~0|1|1/1/94|12/31/94||||~~ ~ ~ ~Right~None~
  30. PartNo~ITEMS~PartNo~Show~None~~~ ~ ~ ~ ~:DBDEMOS:ITEMS.DB~6~10~~~ ~ ~ ~Right~None~
  31. Description~PARTS~Description~Show~None~~~ ~ ~ ~ ~:DBDEMOS:PARTS.DB~1~20~~~ ~ ~ ~Left~None~
  32. Our Cost~~(ITEMS.Qty * PARTS.Cost)~Show~None~~~ ~ ~ ~ ~~0~10~~~ ~ ~ ~Right~Column~
  33. Customer Paid~~(ITEMS.Qty * PARTS.ListPrice)~Show~None~~~ ~ ~ ~ ~~0~12~~~ ~ ~ ~Right~Column~
  34. The Difference~~((ITEMS.Qty * PARTS.ListPrice) - (ITEMS.Qty * PARTS.Cost))~Show~None~~~ ~ ~ ~ ~~0~12~~~ ~ ~ ~Right~Column~
  35. [LINKS]
  36. CUSTOMER.CustNo~Equals~ORDERS.CustNo~6~6~
  37. ORDERS.OrderNo~Equals~ITEMS.OrderNo~6~6~
  38. ITEMS.PartNo~Equals~PARTS.PartNo~6~6~
  39.